body {
	-webkit-font-smoothing: antialiased;
	min-width: 1200px;
	font-size: 14px;
}

@font-face {
	font-family: 'Trump';
	src: url('/assets/fonts/trumpgothiceast_bold-webfont.eot'), url('/assets/fonts/trumpgothiceast_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/trumpgothiceast_bold-webfont.woff2') format('woff2'), url('/assets/fonts/trumpgothiceast_bold-webfont.woff') format('woff'), url('/assets/fonts/trumpgothiceast_bold-webfont.ttf') format('truetype'), url('/assets/fonts/trumpgothiceast_bold-webfont.svg#trump_gothic_eastbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.rn-wrap {
	width: 1192px;
	margin: auto;
}

/*.rn-box {
	background: #fff;
	border-top: solid 2px #333;
}*/

/* LOGO */

.rn-logo {
	position: absolute;
	z-index: 3;
	top: 18px;
	display: block;
	width: 150px;
	height: 40px;
	background: url(../cssimg/logo.jpg) no-repeat;
	background-size: 100% auto;
	text-indent: -500px;
	overflow: hidden;
}

.rn-shortcut {
	position: absolute;
	right: 10px;
	top: 18px;
	z-index: 3;
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}

.rn-shortcut li {
	position: relative;
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.rn-shortcut li:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	content: "";
	height: 20px;
}

.rn-shortcut li a .iconfont {
	font-size: 28px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	border: solid 1px #333;
	border-radius: 100%;
	transition: all .2s ease-in-out;
}

.rn-shortcut li:hover a .iconfont {
	border-color: #1f6eb1;
	background: #1f6eb1;
	color: #fff;
}

.rn-shortcut li .jumplist {
	position: absolute;
	top: 50px;
	right: 0;
	background: #fff;
	padding: 15px 0;
	min-width: 120px;
	list-style: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 5px;
	transition: all .2s ease-in-out;
	transform: translateY(20px);
	opacity: 0;
	pointer-events: none;
}

.rn-shortcut li:hover .jumplist {
	opacity: 1;
	transform: translateY(0);
	pointer-events: all;
}

.rn-shortcut li .jumplist.spc {
	padding: 15px;
}

.rn-shortcut li .jumplist .searchbox {
	padding: 5px 20px;
	width: 260px;
}

.rn-shortcut li .jumplist:before {
	content: " ";
	height: 0;
	right: 20px;
	bottom: 100%;
	position: absolute;
	z-index: 1;
	width: 0;
	border: solid 8px transparent;
	border-bottom: 8px solid #fff;
}

.rn-shortcut li .jumplist:after {
	content: " ";
	height: 0;
	right: 19px;
	bottom: 100%;
	position: absolute;
	z-index: 0;
	width: 0;
	border: solid 9px transparent;
	border-bottom: 9px solid rgba(0, 0, 0, .05);
	transform: translateY(-1px);
}

.rn-shortcut li .jumplist a {
	padding: 2px 5px;
	display: block;
}

.rn-shortcut li .jumplist a .iconfont {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	margin-right: 5px;
	vertical-align: middle;
	background: none;
	border-color: #333;
	color: #333;
}

.rn-shortcut li .jumplist a i {
	position: relative;
	display: inline-block;
	height: 25px;
	width: 25px;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 100%;
	border: solid 1px #333;
}

.rn-shortcut li .jumplist a i img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

/* 页头 */

.rn-header {
	height: 70px;
}

.rn-header .rn-wrap {
	position: relative;
}

/* 主导航 */

.rn-nav {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	border-bottom: solid 1px #e0e0e0;
}

.rn-nav ul {
	list-style: none;
	margin: auto;
	padding: 0 200px;
}

.rn-nav ul>li {
	float: left;
	cursor: pointer;
}

.rn-nav ul>li>a {
	min-width: 80px;
	text-align: center;
}

.rn-nav ul>li .dropmenu {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	/*padding: 20px;*/
	transition: all .2s ease-in-out;
	transform: translateY(-20px);
	pointer-events: none;
	opacity: 0;
}

.rn-nav ul>li:hover .dropmenu {
	opacity: 1;
	transform: translateY(1px);
	pointer-events: all;
}

.rn-nav ul>li .dropmenu dl {
	position: relative;
	display: table-cell;
	width: 1%;
	padding: 30px 20px 20px 70px;
}

.rn-nav ul>li .dropmenu dl .pro-icon {
	position: absolute;
	top: -0px;
	left: -6px;
	content: "";
	transform: scale(.6);
}

.rn-nav ul>li .dropmenu dl:hover {
	background: #f0f0f0;
}

.rn-nav ul>li .dropmenu dl>dt>a {
	/*font-weight: bold;*/
	font-size: 14px;
	/*color: #1f6eb1;*/
	white-space: nowrap;
}

.rn-nav ul>li .dropmenu dl>dd {
	padding: 10px 0;
	line-height: 22px;
}

.rn-nav ul>li .dropmenu dl>dd>a {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 2px 0;
}

.rn-nav ul>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 70px;
	padding: 0 20px;
}

.rn-nav ul>li>a>.line {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -1px;
	background: #1f6eb1;
	width: 0;
	margin: auto;
	transition: all .2s ease-in-out;
}

.rn-nav ul>li.active>a>.line {
	width: 100%;
}

.rn-nav ul>li:hover>a {
	color: #1f6eb1;
}

.rn-nav ul>li:hover>a>.line {
	width: 100%;
}

.rn-nav ul>li.nav-search {
	float: right;
	width: 193px;
	height: 42px;
}

.rn-searchbar {
	display: none;
}

/* 页脚 */

.rn-footer {
	background: #fff;
	padding-bottom: 10px;
	border-top: solid 1px #dbdbdb;
	padding: 20px 0 0 0;
}

.rn-footer .rn-wrap {
	position: relative;
	min-height: 290px;
}

.rn-footer .b-nav {
	position: relative;
	padding-right: 300px;
}

.rn-footer .b-nav .weixin {
	position: absolute;
	top: 0;
	right: 0;
}

.rn-footer .b-nav dl {
	float: left;
	width: 135px;
}

.rn-footer .b-nav dl>dt {
	color: #222;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.rn-footer .b-nav dl>dd {
	margin-top: 20px;
	padding: 0;
}

.rn-footer .b-nav dl>dd>a {
	line-height: 25px;
	display: block;
	color: #666;
	font-size: 13px;
}

.rn-footer .b-nav dl>dd>a:hover {
	color: #1f6eb1;
}

.rn-footer .weixin {
	width: 262px;
}

.rn-footer .weixin img {
	max-width: 100%;
}

.rn-footer .copyright {
	position: absolute;
	right: 0;
	bottom: 15px;
	text-align: right;
	color: #999;
}

.rn-footer .copyright .icp {
	display: block;
}

.rn-footer .rn-links {
	position: absolute;
	right: 0;
	bottom: 45px;
	border: solid 1px #ddd;
	border-width: 1px 0;
	padding: 15px 0;
}

.rn-footer .rn-links a {
	margin-right: 28px;
}

.rn-footer .rn-links a:last-child {
	margin-right: 0;
}

/* 主体页面 */

.rn-mainbody {
	/*margin-bottom: 50px;*/
	min-height: 400px;
	/*background: #f0f0f0;*/
}

.rn-mainbody .rn-heading {
	position: relative;
	background: #000;
	min-height: 300px;
}

.rn-mainbody .rn-heading h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	color: #000;
}

.rn-mainbody .rn-heading h3 small {
	color: #555;
}

.rn-mainbody .rn-submenu {
	border-bottom: solid 1px #f0f0f0;
	height: 68px;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
}

.rn-mainbody .rn-submenu ul {
	list-style: none;
	border: solid 1px #f0f0f0;
	border-width: 0 1px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

.rn-mainbody .rn-submenu ul li {
	position: relative;
	display: table-cell;
	width: 1%;
	border-right: solid 1px #f0f0f0;
}

.rn-mainbody .rn-submenu ul li:last-child {
	border-right: none;
}

.rn-mainbody .rn-submenu ul li:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: 5;
	height: 3px;
	background: #1f6eb1;
	transition: all .2s ease-in-out;
	transform: scaleX(0);
}

.rn-mainbody .rn-submenu ul li:hover:after, .rn-mainbody .rn-submenu ul li.active:after {
	transform: scaleX(1);
}

.rn-mainbody .rn-submenu ul li a {
	position: relative;
	display: block;
	padding: 25px;
	text-align: center;
}

.rn-mainbody .rn-submenu ul li.active a {
	color: #1f6eb1;
}

.rn-mainbody .rn-box {
	position: relative;
	width: 1192px;
	margin: auto;
	padding: 20px 0;
}

/* AJAX登录 */

.rn-fast-login {
	padding: 15px;
	margin-bottom: 20px;
}

.rn-fast-login .tab {
	background: none;
	border: none;
	border-bottom: solid 1px #ccc;
	padding: 0 10px;
}

.rn-fast-login .tab>li>a {
	line-height: 25px;
}

.rn-fast-login .tab>li.active>a {
	color: #ad0711;
}

.rn-fast-login .tab>li>a {
	color: #333;
}

.rn-fast-login .tab>li>a:hover {
	color: #e98b05;
}

.rn-fast-login dl {
	margin-bottom: 5px;
	font-size: 14px;
}

.rn-fast-login .form {
	width: 260px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #666;
	font-size: 14px;
}

.rn-fast-login .form .ipt {
	outline: none;
}

.rn-fast-login .form .btn-block {
	margin-top: 15px;
	margin-bottom: 10px;
}

.rn-fast-login .form .help-block {
	line-height: 1em;
	margin-top: 4px;
}

.rn-flowbox {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 99;
	width: 80px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transform: translateY(-50%);
}

.rn-flowbox a {
	position: relative;
	display: block;
	margin-bottom: 1px;
	/*background: rgba(255,255,255,0.8);*/
	font-size: 13px;
	text-align: center;
	padding: 10px 8px;
}

.rn-flowbox a:hover {
	color: #333;
	background: #f0f0f0;
}

.rn-flowbox a.rn-flowbox-close {
	position: relative;
	display: block;
	background: rgba(161, 161, 161, 0.5);
	color: #fff;
	text-align: center;
	padding: 6px;
	height: 26px;
}

.rn-flowbox a.rn-flowbox-close:before {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 1px;
	background: #555;
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
}

.rn-flowbox a.rn-flowbox-close:after {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 1px;
	background: #555;
	content: "";
	transform: translate(-50%, -50%) rotate(-45deg);
}

.rn-flowbox a.rn-flowbox-close:hover {
	background: rgba(161, 161, 161, 0.8);
}

.rn-flowbox a img {
	display: block;
	margin: 5px auto;
}

.rn-flowbox-t1>i, .rn-flowbox-t2>i, .rn-flowbox-t3>i, .rn-flowbox-t4>i {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../img/s2.png) no-repeat;
	margin: 5px auto;
}

.rn-flowbox-t1>i {
	background-position: -8px -58px;
}

.rn-flowbox-t2>i {
	background-position: -62px -58px;
}

.rn-flowbox-t3>i {
	background-position: -116px -58px;
}

.rn-flowbox-t4>i {
	background-position: -170px -58px;
}

.rn-flowbox-service {
	position: absolute;
	top: 0;
	right: 90px;
	width: 254px;
	height: 79px;
	line-height: 24px;
	background: #1f6eb1;
	color: #fff;
	padding: 15px 15px 15px 62px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: none;
}

.rn-flowbox-t4.active .rn-flowbox-service {
	display: block;
}

.rn-flowbox-service>big {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.rn-flowbox-service .arrow {
	position: absolute;
	top: 30px;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #1f6eb1;
}

.rn-flowbox-service .icon {
	position: absolute;
	left: 10px;
	top: 18px;
	display: block;
	width: 48px;
	height: 48px;
	background: url(../img/s2.png) no-repeat -224px -58px;
}

.pro-icon {
	display: inline-block;
	width: 82px;
	height: 82px;
	margin: auto;
	margin-bottom: 10px;
	vertical-align: middle;
}

.pro-icon.ic1 {
	background: url(../cssimg/ic1.jpg) no-repeat;
}

.pro-icon.ic2 {
	background: url(../cssimg/ic2.jpg) no-repeat;
}

.pro-icon.ic3 {
	background: url(../cssimg/ic3.png) no-repeat;
}

.pro-icon.ic4 {
	background: url(../cssimg/ic4.jpg) no-repeat;
}

.pro-icon.ic5 {
	background: url(../cssimg/ic5.jpg) no-repeat;
}

.pro-icon.ic6 {
	background: url(../cssimg/ic6.jpg) no-repeat;
}

.pro-icon.ic7 {
	background: url(../cssimg/ic7.jpg) no-repeat;
}

.pro-icon.ic8 {
	background: url(../cssimg/ic8.jpg) no-repeat;
}

.pro-icon.ic82, .pro-icon.ic86, .pro-icon.ic85 {
	background-position: -660px -165px;
}

/*.pro-icon.ic1.active, .active>.pro-icon.ic1 {
	width: 70px;
	background-position: 6px -84px;
}
.pro-icon.ic2.active, .active>.pro-icon.ic2 {
	background-position: -55px -84px;
}
.pro-icon.ic3.active, .active>.pro-icon.ic3 {
	background-position: -138px -84px;
}
.pro-icon.ic4.active, .active>.pro-icon.ic4 {
	background-position: -207px -84px;
}
.pro-icon.ic5.active, .active>.pro-icon.ic5 {
	background-position: -286px -84px;
}
.pro-icon.ic6.active, .active>.pro-icon.ic6 {
	background-position: -375px -84px;
}*/

.rn-heading {
	border: none;
}

.rn-heading>h3 {
	display: none;
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 10px;
}

.rn-heading>h3>small {
	display: none;
	letter-spacing: 7px;
	font-family: ssp;
	font-size: 24px;
	margin-top: 10px;
	color: #555;
	text-transform: uppercase;
}

.ke-content {
	font-size: 16px;
}

.ke-content img {
	max-width: 100%;
}

.ke-content p {
	margin: 5px 0;
}

.rn-nav3 {
	background: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	border-top: solid 2px #333;
	border-bottom: solid 1px #ccc;
}

.rn-nav3 ul {
	display: inline-block;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.rn-nav3 ul>li {
	position: relative;
	float: left;
	width: 268px;
}

.rn-nav3 ul>li>a {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.rn-nav3 ul>li>.line {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 2px;
	background: #1f6eb1;
	width: 0;
	margin: auto;
}

.rn-nav3 ul>li.active>.line {
	width: 100%;
}

.rn-nav3 ul>li.active>a {
	color: #333;
}

.rn-adv li {
	list-style: none;
}

.rn-adv li>a {
	display: block;
	height: 450px;
}

.form-control-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28' fill='%23777'%3E%3Cpath d='M16 17q0 .406-.297.703l-7 7Q8.406 25 8 25t-.703-.297l-7-7Q0 17.406 0 17t.297-.703T1 16h14q.406 0 .703.297T16 17zm0-6q0 .406-.297.703T15 12H1q-.406 0-.703-.297T0 11t.297-.703l7-7Q7.594 3 8 3t.703.297l7 7Q16 10.594 16 11z'/%3E%3C/svg%3E");
	background-position: right 8px center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 16px;
	-moz-background-size: 8px 16px;
	background-size: 8px 16px;
	padding-right: 2em;
}

/* 新样式 */

.page-about-flagship .rn-mainbody .datalist {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
	margin-bottom: 30px;
}

.page-about-flagship .rn-mainbody .datalist li {
	float: left;
	width: 50%;
	padding: 15px;
}

.page-about-flagship .rn-mainbody .datalist li .box {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
}

.page-about-flagship .rn-mainbody .datalist li .box h4 {
	font-weight: bold;
	font-size: 18px;
}

.page-about-flagship .rn-mainbody .datalist li .box p {
	color: #555;
}

.page-mall-default .rn-mainbody {
	background: #f9f9f9;
}

.page-mall-default .rn-mainbody .datalist {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -15px;
	padding-bottom: 30px;
}

.page-mall-default .rn-mainbody .datalist li {
	float: left;
	width: 33.33%;
	padding: 15px;
}

.page-mall-default .rn-mainbody .datalist li .box {
	position: relative;
	background: #fff;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.page-mall-default .rn-mainbody .datalist li .box img {
	display: block;
	margin: auto;
}

.page-mall-default .rn-mainbody .datalist li .box a {
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: block;
	background: #1f6eb1;
	color: #fff;
	padding: 6px 30px;
	border-radius: 100px;
	transform: translateX(-50%);
}